CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - LR 1

搜索资源列表

  1. lr1

    0下载:
  2. Working with files, regulary words, directories in perl
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:688
    • 提供者:Sunnastik
  1. Grammer_LR(0)(1)

    1下载:
  2. (1)直接输入根据己知文法构造的LR(0)分析表。 (2)输入已知文法的项目集规范族和转换函数,由程序自动生成LR(0)分析表; (3)输入已知文法,由程序自动生成LR(0)分析表。 -(1) direct input structure according to the known grammar LR (0) of the table. (2) Enter the set of specifications known family of grammar items an
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-05-29
    • 文件大小:94815
    • 提供者:zmf
  1. SyntaxAnalysisL-R

    0下载:
  2. 实现编译原理的LL(1)和LR(0) (1)语法分析LL(1) (2)语法分析LR(0) (3)输出分析过程如First、Follow集、预测分析表 (4)输出预测分析过程、LR(0)自动机 (5)对输入字符串的验证-Principle to achieve compile LL (1) and LR (0) (1) parsing LL (1) (2) parsing LR (0) (3) the output of the process, such
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:75985
    • 提供者:
  1. yacc

    0下载:
  2. 利用LR(1)分析表和状态图进行语法分析,里面有详细的报告说明-LR (1) analysis of the table and the state diagram syntax analysis, which has a detailed descr iption of the report
  3. 所属分类:Compiler program

    • 发布日期:2017-11-18
    • 文件大小:430108
    • 提供者:天才
  1. LR1

    0下载:
  2. 基于LR(1)的语法分析器,根据不同的文法规则,对C语言文件进行语法分析-Based on LR (1) parser, depending on the grammar rules, language files for parsing C
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:3836660
    • 提供者:刘艺
  1. Grammer_Ana

    0下载:
  2. 一个简单的语法分析程序,采用LR(1)分析法,并使用递归向下和自上而下的方法。-A simple parser, using the LR (1) analysis, and use the down and top-down recursive approach.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:3058
    • 提供者:John
  1. slr(1)

    0下载:
  2. SLR(1)分析法的引入是当文法的LR(0)项目集规范族中存在移进-归约冲突或归约-归约冲突时,可以通过向前查看一个符号的办法来进行处理,以解决冲突。-SLR (1) analysis method was introduced when the grammar of the LR (0) item sets exist in family moved into the specification- reduce conflicts or reduction- reduce conflicts,
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:813018
    • 提供者:刘晓庆
  1. test1

    0下载:
  2. 词法分析及语法分析。文法为自定义,语法分析为LR(1)分析法。仅供参考。-Lexical analysis and parsing. The grammar for the custom parsing LR (1) analysis. For reference only.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:364641
    • 提供者:房梦阳
  1. LR(1)

    1下载:
  2. 自己Java编的程序,有关语法分析,供大家参考一下-failed to translate
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:103692
    • 提供者:靳李
  1. Syntax-and-semantic-analysis-code

    0下载:
  2. vc实现编写,用LR(1)文法,实现语法、语义分析综合代码-vc achieve the preparation of LR (1) grammar, syntax and semantic analysis of a comprehensive code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:4646
    • 提供者:SHINE
  1. Anlysis

    0下载:
  2. LR(1)预测分析表 java实现源代码-LR (1) forecast analysis table java source code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1595
    • 提供者:崔程序
  1. slrparseing

    0下载:
  2. Simple LR or SLR parser is a type of LR parser with small parse tables and a relatively simple parser generator algorithm. As with other types of LR(1) parser, an SLR parser is quite efficient at finding the single correct bottom-up parse in a singl
  3. 所属分类:Compiler program

    • 发布日期:2017-11-10
    • 文件大小:321558
    • 提供者:divya
  1. lzz_2_8_0_src

    0下载:
  2. LZZ使普通的C ++编程似乎低级别的。你有多少次忽视了更新后的头文件编辑源文件?这是一个愚蠢的错误,但我们做了一遍又一遍。 C ++迫使你输入和维护重复的代码。为什么不能让一个程序生成的吗? 罗勒,回溯LR(1)语法分析器生成解析器LZZ所产生的。-Lzz makes ordinary C++ programming seem low-level. How many times have you neglected to update a header file after editing
  3. 所属分类:Linux Network

    • 发布日期:2017-11-05
    • 文件大小:537823
    • 提供者:afasdf
  1. Semantic

    0下载:
  2. 一个简单的包括词法、语法、语义分析的编译器,只能识别简单的表达式,方法LR(1)-A simple compiler, including lexical, syntactic, semantic analysis can only recognize the simple expression method LR (1)
  3. 所属分类:Compiler program

    • 发布日期:2017-11-13
    • 文件大小:86016
    • 提供者:蔡子新
  1. LR1

    0下载:
  2. 构造LR(1)分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子,了解LR(K)分析方法是严格的从左向右扫描,和自底向上的语法分析方法。-Construct LR (1) analytical procedures, and use it to parse sentences of whether the judgment given string of symbols for grammar recognition LR (K) analysis method is stri
  3. 所属分类:Compiler program

    • 发布日期:2017-11-20
    • 文件大小:35719
    • 提供者:孙辰
  1. PROPACK77_v2.1.tar

    0下载:
  2. matlab运行环境下,奇异值分解软件包利用的是LR迭代方法-the matlab runtime environment, singular value decomposition package to take advantage of the LR iteration method
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-22
    • 文件大小:51627008
    • 提供者:wendawei
  1. yufa

    1下载:
  2. 根据给出的文法编制LR(1)分析程序,以便对任意输入的符号串进行分析。本次实验的目的主要是加深对LR(1)分析法的理解。-Analysis procedure according to the preparation of the grammar given LR (1), so that the symbol string of the arbitrary input for analysis. The main purpose of this experiment is to deepen
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:1259
    • 提供者:123
  1. VB

    0下载:
  2. 编译原理实验报告 实验一:词法分析设计 实验二:LL(1)分析法 实验三:逆波兰式的产生及计算 实验四:LR(1)分析法 实验五:应用DAG进行局部优化 -Compiler principle experiment report Experiment 1: lexical analysis design Experiment two: LL (1) analysis method Experiment three: inverse caus
  3. 所属分类:assembly language

    • 发布日期:2017-11-02
    • 文件大小:222453
    • 提供者:烟岚
  1. LL1

    0下载:
  2. 编译原理实验: 对下列文法,用LR(1)分析法对任意输入的符号串进行分析: (1)E- E+T (2)E- E—T (3)T- T*F (4)T- T/F (5)F- (E) (6)F- i -Compiler Principle Experiment: The following grammar, with LR (1) analysis method for arbitrary strings of symbols for analysis: (1) E-E
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-28
    • 文件大小:1746
    • 提供者:
  1. EX28_7SEG-Move-LR

    0下载:
  2. 数码管左右移动显示 8位数码管左右移动显示“1-8”-Digital tube display and move around and move around eight digital tube display " 1-8"
  3. 所属分类:SCM

    • 发布日期:2017-11-09
    • 文件大小:8504
    • 提供者:Chanel
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com